public Election::getCondorcetBuilderVersion 
Description 
php
public Election->getCondorcetBuilderVersion ( [bool $major = false] ): stringGet the Condorcet PHP version who built this object. Usefull pour serializing Election.
Parameter 
major: bool 
true will return 2.0 and false will return 2.0.0.
Return value 
(string) Condorcet PHP version.
